Skip to content

[3.9] Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110)#30137

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-c5d18a5-3.9
Dec 16, 2021
Merged

[3.9] Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110)#30137
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-c5d18a5-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented Dec 16, 2021

Copy link
Copy Markdown
Contributor

Updated the output for it=iter(s) from <iterator object at 0x00A1DB50> to <str_iterator object at 0x10c90e650>
(cherry picked from commit c5d18a5)

Co-authored-by: Vivek Vashist vivekvashist@gmail.com

Automerge-Triggered-By: GH:Fidget-Spinner

…ion 9.8) of The Python Tutorial (pythonGH-30110)

Updated the output for it=iter(s) from <iterator object at 0x00A1DB50> to <str_iterator object at 0x10c90e650>
(cherry picked from commit c5d18a5)

Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Dec 16, 2021
@miss-islington

Copy link
Copy Markdown
Contributor Author

@orsenthil: Status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@orsenthil: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@orsenthil: Status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@orsenthil: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 309614f into python:3.9 Dec 16, 2021
@miss-islington miss-islington deleted the backport-c5d18a5-3.9 branch December 16, 2021 11:04
@miss-islington

Copy link
Copy Markdown
Contributor Author

@orsenthil: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants